home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 January / Chip_2000-01_cd.bin / tema / UP / UCETNI PORADCE / QBUPDATE.EXE / 0 / RCDATA / TINITFORM / TINITFORM.txt
Encoding:
Text File  |  1999-11-10  |  665 b   |  35 lines

  1. object InitForm: TInitForm
  2.   Left = 83
  3.   Top = 155
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'QBUpdate - inicializace programu'
  7.   ClientHeight = 63
  8.   ClientWidth = 373
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object lTxt: TLabel
  19.     Left = 16
  20.     Top = 8
  21.     Width = 3
  22.     Height = 13
  23.   end
  24.   object btnStorno: TButton
  25.     Left = 144
  26.     Top = 32
  27.     Width = 75
  28.     Height = 25
  29.     Caption = '&Storno'
  30.     Default = True
  31.     TabOrder = 0
  32.     OnClick = btnStornoClick
  33.   end
  34. end
  35.